-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CPU][ARM]: Implemented CPU plugin just-in-time emitter for Negative operation #28258
Conversation
src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/classes/activation.cpp
Outdated
Show resolved
Hide resolved
build_jenkins |
@xyz-harshal many x64 jobs are failed with the following error:
Could you please add the new constructor without |
build_jenkins |
@xyz-harshal some of jobs in CI are red. Please, take a loot at them:
This job is on aarch32. On aarch32 we doesn't support JIT emitters. Also looks like ACL doesn't contain kernel for Negative op on aarch32. |
build_jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xyz-harshal thank you for the one more contribution to OpenVINO! 👍🏼
…operation (openvinotoolkit#28258) ### Details: - Added JIT emitter for Eltwise Negation operation on ARM64 SIMD - Implemented fp32 optimization replacing C++ Math implementation - Modified ARM64 executor to support new JIT emitter - Updated kernel files to include Negation in Eltwise operations - Added test coverage for JIT implementation verification - Transitioned operation type from Math to Eltwise for better performance ### Tickets: - openvinotoolkit#27500 ![image](https://github.com/user-attachments/assets/2dd781da-94c7-4edc-abbb-e7a048d00944)
Details:
Tickets: